runtime.pTraceState.maySweep (field)
7 uses
	runtime (current package)
		trace.go#L696: 			pp.trace.maySweep = false
		traceruntime.go#L42: 	maySweep bool
		traceruntime.go#L385: 	if pp.trace.maySweep {
		traceruntime.go#L388: 	pp.trace.maySweep, pp.trace.swept, pp.trace.reclaimed = true, 0, 0
		traceruntime.go#L401: 	if pp.trace.maySweep {
		traceruntime.go#L417: 	if !pp.trace.maySweep {
		traceruntime.go#L424: 	pp.trace.maySweep = false
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |